wordDelimiter=put the wordDelimiter into oldDelimiter set the wordDelimiter to || set the wordDelimiter to oldDelimiter numberFormat=put the numberFormat into oldFormat set the numberFormat to || set the numberFormat to oldFormat multiEffect=set the multiEffect to true | set the multiEffect to false lockMessages=set the lockMessages to true | set the lockMessages to false lockScreen=set the lockScreen to true | set the lockScreen to false lineDelimiter=put the lineDelimiter into oldDelimiter set the lineDelimiter to || set the lineDelimiter to oldDelimiter itemDelimiter=put the itemDelimiter into oldDelimiter set the itemDelimiter to || set the itemDelimiter to oldDelimiter -- repeat with...=repeat with || = to end repeat repeat while...=repeat while || end repeat repeat until...=repeat until || end repeat repeat for...=repeat for || times end repeat repeat forever...=repeat forever | end repeat -- try...catch...throw...end=try || [throw ] catch catch end try switch...case...end=switch || case -- case 1 statements exit switch case -- case 2 statements exit switch end switch if...then...else if...else...end=if || then -- logical 1 true statements else if then -- logical 2 true statements else -- both false statements end if if...then...else...end=if || then -- true statements else -- false statements end if if...then...else...=if || then -- true statements else if...then...end=if || then -- true statements end if if...then...=if || then -- on quitSuperCard...=on quitSuperCard | end quitSuperCard on closeProject...=on closeProject | end closeProject on closeWindow...=on closeWindow | end closeWindow on closeBackground...=on closeBackground | end closeBackground on closeCard...=on closeCard | end closeCard -- on openCard...=on openCard | end openCard on openBackground...=on openBackground | end openBackground on openWindow...=on openWindow | end openWindow on openProject...=on openProject | end openProject on startUp=on startUp | end startUp -- function...=function xxx | end xxx on...=on xxx | end xxx